﻿2026-06-08T04:16:39.7635428Z Current runner version: '2.334.0'
2026-06-08T04:16:39.7640593Z Runner name: 'kitsubito'
2026-06-08T04:16:39.7641198Z Runner group name: 'Default'
2026-06-08T04:16:39.7641995Z Machine name: 'KITSUBITO'
2026-06-08T04:16:39.7644242Z ##[group]GITHUB_TOKEN Permissions
2026-06-08T04:16:39.7646059Z Contents: read
2026-06-08T04:16:39.7646608Z Metadata: read
2026-06-08T04:16:39.7647157Z Packages: read
2026-06-08T04:16:39.7647608Z ##[endgroup]
2026-06-08T04:16:39.7649664Z Secret source: Actions
2026-06-08T04:16:39.7650291Z Prepare workflow directory
2026-06-08T04:16:39.8112650Z Prepare all required actions
2026-06-08T04:16:39.8140974Z Getting action download info
2026-06-08T04:16:40.3282253Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-08T04:16:41.0710957Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2026-06-08T04:16:42.0369979Z Complete job name: build (self-hosted, Linux, kitsubito, spt-x86_64-linux, target/release/spt)
2026-06-08T04:16:42.1411769Z ##[group]Run actions/checkout@v5
2026-06-08T04:16:42.1412886Z with:
2026-06-08T04:16:42.1413525Z   repository: SaberMage/spt-core
2026-06-08T04:16:42.1422520Z   token: ***
2026-06-08T04:16:42.1423140Z   ssh-strict: true
2026-06-08T04:16:42.1423787Z   ssh-user: git
2026-06-08T04:16:42.1424448Z   persist-credentials: true
2026-06-08T04:16:42.1425167Z   clean: true
2026-06-08T04:16:42.1425815Z   sparse-checkout-cone-mode: true
2026-06-08T04:16:42.1426593Z   fetch-depth: 1
2026-06-08T04:16:42.1427320Z   fetch-tags: false
2026-06-08T04:16:42.1427974Z   show-progress: true
2026-06-08T04:16:42.1428645Z   lfs: false
2026-06-08T04:16:42.1429612Z   submodules: false
2026-06-08T04:16:42.1430303Z   set-safe-directory: true
2026-06-08T04:16:42.1431280Z ##[endgroup]
2026-06-08T04:16:42.2292878Z Syncing repository: SaberMage/spt-core
2026-06-08T04:16:42.2295103Z ##[group]Getting Git version info
2026-06-08T04:16:42.2296387Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-08T04:16:42.2298167Z [command]/usr/bin/git version
2026-06-08T04:16:42.2305959Z git version 2.43.0
2026-06-08T04:16:42.2323498Z ##[endgroup]
2026-06-08T04:16:42.2336087Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/24a1c33b-ace0-411b-a3de-8bd399558d84' before making global git config changes
2026-06-08T04:16:42.2338579Z Adding repository directory to the temporary git global config as a safe directory
2026-06-08T04:16:42.2340574Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-08T04:16:42.2383435Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-08T04:16:42.2403440Z https://github.com/SaberMage/spt-core
2026-06-08T04:16:42.2413532Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-08T04:16:42.2415803Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-08T04:16:42.2435572Z refs/heads/dev-freeform
2026-06-08T04:16:42.2442551Z [command]/usr/bin/git checkout --detach
2026-06-08T04:16:42.2480704Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:42.2519031Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-08T04:16:42.2551592Z Deleted branch dev-freeform (was 6a4ccc7).
2026-06-08T04:16:42.2556493Z ##[endgroup]
2026-06-08T04:16:42.2559247Z [command]/usr/bin/git submodule status
2026-06-08T04:16:42.2749757Z ##[group]Cleaning the repository
2026-06-08T04:16:42.2751213Z [command]/usr/bin/git clean -ffdx
2026-06-08T04:16:42.2777537Z Removing traceable-reqs
2026-06-08T04:16:42.2784037Z [command]/usr/bin/git reset --hard HEAD
2026-06-08T04:16:42.2823640Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:42.2828759Z ##[endgroup]
2026-06-08T04:16:42.2829886Z ##[group]Disabling automatic garbage collection
2026-06-08T04:16:42.2832228Z [command]/usr/bin/git config --local gc.auto 0
2026-06-08T04:16:42.2868653Z ##[endgroup]
2026-06-08T04:16:42.2870630Z ##[group]Setting up auth
2026-06-08T04:16:42.2874020Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-08T04:16:42.2902728Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-08T04:16:42.3093836Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-08T04:16:42.3121330Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-08T04:16:42.3313252Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-08T04:16:42.3339377Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-08T04:16:42.3553263Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-08T04:16:42.3585058Z ##[endgroup]
2026-06-08T04:16:42.3586370Z ##[group]Fetching the repository
2026-06-08T04:16:42.3592272Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6a4ccc7320d110e949fc6669ba721023564f2570:refs/tags/v0.2.0
2026-06-08T04:16:42.9538582Z From https://github.com/SaberMage/spt-core
2026-06-08T04:16:42.9539507Z  * [new ref]         6a4ccc7320d110e949fc6669ba721023564f2570 -> v0.2.0
2026-06-08T04:16:42.9567940Z ##[endgroup]
2026-06-08T04:16:42.9568914Z ##[group]Determining the checkout info
2026-06-08T04:16:42.9570545Z ##[endgroup]
2026-06-08T04:16:42.9575141Z [command]/usr/bin/git sparse-checkout disable
2026-06-08T04:16:42.9618651Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-08T04:16:42.9640955Z ##[group]Checking out the ref
2026-06-08T04:16:42.9643742Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.2.0
2026-06-08T04:16:42.9683869Z HEAD is now at 6a4ccc7 chore(release): prep v0.2.0 — user-facing CHANGELOG + changelog-driven release notes
2026-06-08T04:16:42.9688612Z ##[endgroup]
2026-06-08T04:16:42.9726711Z [command]/usr/bin/git log -1 --format=%H
2026-06-08T04:16:42.9747556Z 6a4ccc7320d110e949fc6669ba721023564f2570
2026-06-08T04:16:42.9918291Z ##[group]Run cargo build --release -p spt --bin spt
2026-06-08T04:16:42.9918723Z [36;1mcargo build --release -p spt --bin spt[0m
2026-06-08T04:16:42.9933138Z shell: /usr/bin/bash -e {0}
2026-06-08T04:16:42.9933409Z ##[endgroup]
2026-06-08T04:16:43.2664093Z    Compiling proc-macro2 v1.0.106
2026-06-08T04:16:43.2664637Z    Compiling quote v1.0.45
2026-06-08T04:16:43.2665050Z    Compiling unicode-ident v1.0.24
2026-06-08T04:16:43.2665436Z    Compiling libc v0.2.186
2026-06-08T04:16:43.2665823Z    Compiling serde_core v1.0.228
2026-06-08T04:16:43.2666576Z    Compiling serde v1.0.228
2026-06-08T04:16:43.2667092Z    Compiling cfg-if v1.0.4
2026-06-08T04:16:43.2720934Z    Compiling pin-project-lite v0.2.17
2026-06-08T04:16:43.2743192Z    Compiling typenum v1.20.1
2026-06-08T04:16:43.2771342Z    Compiling version_check v0.9.5
2026-06-08T04:16:43.2808067Z    Compiling portable-atomic v1.13.1
2026-06-08T04:16:43.2848007Z    Compiling memchr v2.8.1
2026-06-08T04:16:43.2849271Z    Compiling critical-section v1.2.0
2026-06-08T04:16:43.2906218Z    Compiling futures-core v0.3.32
2026-06-08T04:16:43.2999914Z    Compiling subtle v2.6.1
2026-06-08T04:16:43.3029600Z    Compiling bytes v1.11.1
2026-06-08T04:16:43.3340304Z    Compiling log v0.4.32
2026-06-08T04:16:43.3710575Z    Compiling find-msvc-tools v0.1.9
2026-06-08T04:16:43.3830858Z    Compiling semver v1.0.28
2026-06-08T04:16:43.4639345Z    Compiling smallvec v1.15.1
2026-06-08T04:16:43.5151538Z    Compiling shlex v2.0.1
2026-06-08T04:16:43.5610796Z    Compiling stable_deref_trait v1.2.1
2026-06-08T04:16:43.5772107Z    Compiling slab v0.4.12
2026-06-08T04:16:43.6479301Z    Compiling futures-sink v0.3.32
2026-06-08T04:16:43.6521867Z    Compiling futures-io v0.3.32
2026-06-08T04:16:43.6733752Z    Compiling futures-task v0.3.32
2026-06-08T04:16:43.7486889Z    Compiling generic-array v0.14.7
2026-06-08T04:16:43.7654034Z    Compiling rustc_version v0.4.1
2026-06-08T04:16:43.7727930Z    Compiling cc v1.2.63
2026-06-08T04:16:43.8158576Z    Compiling futures-channel v0.3.32
2026-06-08T04:16:43.8242114Z    Compiling equivalent v1.0.2
2026-06-08T04:16:43.8474728Z    Compiling itoa v1.0.18
2026-06-08T04:16:43.8699192Z    Compiling cpufeatures v0.2.17
2026-06-08T04:16:43.8888735Z    Compiling cfg_aliases v0.2.1
2026-06-08T04:16:43.9032325Z    Compiling bitflags v2.12.1
2026-06-08T04:16:43.9125806Z    Compiling hashbrown v0.17.1
2026-06-08T04:16:43.9159883Z    Compiling rand_core v0.10.1
2026-06-08T04:16:43.9386793Z    Compiling writeable v0.6.3
2026-06-08T04:16:43.9644954Z    Compiling rustversion v1.0.22
2026-06-08T04:16:43.9646932Z    Compiling litemap v0.8.2
2026-06-08T04:16:44.0704187Z    Compiling icu_properties_data v2.2.0
2026-06-08T04:16:44.1479199Z    Compiling icu_normalizer_data v2.2.0
2026-06-08T04:16:44.2039224Z    Compiling utf8_iter v1.0.4
2026-06-08T04:16:44.2171963Z    Compiling getrandom v0.4.2
2026-06-08T04:16:44.2520993Z    Compiling autocfg v1.5.1
2026-06-08T04:16:44.2899226Z    Compiling percent-encoding v2.3.2
2026-06-08T04:16:44.3945494Z    Compiling http v1.4.1
2026-06-08T04:16:44.4426618Z    Compiling thiserror v2.0.18
2026-06-08T04:16:44.4514731Z    Compiling cpufeatures v0.3.0
2026-06-08T04:16:44.4670646Z    Compiling form_urlencoded v1.2.2
2026-06-08T04:16:44.4672332Z    Compiling anyhow v1.0.102
2026-06-08T04:16:44.6467809Z    Compiling chacha20 v0.10.0
2026-06-08T04:16:44.8252119Z    Compiling ident_case v1.0.1
2026-06-08T04:16:44.8442960Z    Compiling untrusted v0.9.0
2026-06-08T04:16:44.8509102Z    Compiling strsim v0.11.1
2026-06-08T04:16:44.8630541Z    Compiling syn v2.0.117
2026-06-08T04:16:44.8641601Z    Compiling fnv v1.0.7
2026-06-08T04:16:44.8930925Z    Compiling rustls v0.23.40
2026-06-08T04:16:44.9445181Z    Compiling unicode-segmentation v1.13.3
2026-06-08T04:16:44.9522823Z    Compiling scopeguard v1.2.0
2026-06-08T04:16:44.9617236Z    Compiling unicode-xid v0.2.6
2026-06-08T04:16:45.0008847Z    Compiling atomic-waker v1.1.2
2026-06-08T04:16:45.0542697Z    Compiling lock_api v0.4.14
2026-06-08T04:16:45.0676078Z    Compiling const-oid v0.10.2
2026-06-08T04:16:45.1009002Z    Compiling indexmap v2.14.0
2026-06-08T04:16:45.1149786Z    Compiling httparse v1.10.1
2026-06-08T04:16:45.1626118Z    Compiling zerocopy v0.8.50
2026-06-08T04:16:45.1710890Z    Compiling num-traits v0.2.19
2026-06-08T04:16:45.1887836Z    Compiling hybrid-array v0.4.12
2026-06-08T04:16:45.3009083Z    Compiling curve25519-dalek v4.1.3
2026-06-08T04:16:45.3570938Z    Compiling ahash v0.8.12
2026-06-08T04:16:45.4210174Z    Compiling paste v1.0.15
2026-06-08T04:16:45.4538221Z    Compiling heck v0.5.0
2026-06-08T04:16:45.4708352Z    Compiling base64ct v1.8.3
2026-06-08T04:16:45.6691067Z    Compiling crypto-common v0.1.7
2026-06-08T04:16:45.6942184Z    Compiling block-buffer v0.10.4
2026-06-08T04:16:45.6995515Z    Compiling convert_case v0.10.0
2026-06-08T04:16:45.7456540Z    Compiling parking_lot_core v0.9.12
2026-06-08T04:16:45.7545065Z    Compiling tinyvec_macros v0.1.1
2026-06-08T04:16:45.7669565Z    Compiling vcpkg v0.2.15
2026-06-08T04:16:45.8254612Z    Compiling digest v0.10.7
2026-06-08T04:16:45.8349424Z    Compiling fastrand v2.4.1
2026-06-08T04:16:45.8429059Z    Compiling zmij v1.0.21
2026-06-08T04:16:45.9809562Z    Compiling tower-service v0.3.3
2026-06-08T04:16:46.0642491Z    Compiling http-body v1.0.1
2026-06-08T04:16:46.0731012Z    Compiling pem-rfc7468 v1.0.0
2026-06-08T04:16:46.0732478Z    Compiling ring v0.17.14
2026-06-08T04:16:46.0733503Z    Compiling base64 v0.22.1
2026-06-08T04:16:46.0979930Z    Compiling try-lock v0.2.5
2026-06-08T04:16:46.1129749Z    Compiling data-encoding v2.11.0
2026-06-08T04:16:46.2152434Z    Compiling pkg-config v0.3.33
2026-06-08T04:16:46.2210025Z    Compiling want v0.3.1
2026-06-08T04:16:46.2666440Z    Compiling sha2 v0.10.9
2026-06-08T04:16:46.2860159Z    Compiling block-buffer v0.12.0
2026-06-08T04:16:46.2929463Z    Compiling crypto-common v0.2.2
2026-06-08T04:16:46.4298990Z    Compiling tinyvec v1.11.0
2026-06-08T04:16:46.6019415Z    Compiling socket2 v0.6.4
2026-06-08T04:16:46.6729365Z    Compiling mio v1.2.1
2026-06-08T04:16:46.6929013Z    Compiling getrandom v0.2.17
2026-06-08T04:16:46.9764150Z    Compiling rand v0.10.1
2026-06-08T04:16:46.9857190Z    Compiling rand_core v0.6.4
2026-06-08T04:16:47.0579982Z    Compiling libsqlite3-sys v0.30.1
2026-06-08T04:16:47.2608889Z    Compiling inout v0.1.4
2026-06-08T04:16:47.2709251Z    Compiling vergen-lib v9.1.0
2026-06-08T04:16:47.4206089Z    Compiling n0-future v0.3.2
2026-06-08T04:16:47.4489994Z    Compiling spin v0.10.0
2026-06-08T04:16:47.5709184Z    Compiling serde_json v1.0.150
2026-06-08T04:16:47.5808686Z    Compiling diatomic-waker v0.2.3
2026-06-08T04:16:47.6628356Z    Compiling cordyceps v0.3.4
2026-06-08T04:16:47.6759295Z    Compiling crossbeam-utils v0.8.21
2026-06-08T04:16:47.7301730Z    Compiling winnow v1.0.3
2026-06-08T04:16:47.7633076Z    Compiling httpdate v1.0.3
2026-06-08T04:16:47.8532438Z    Compiling parking v2.2.1
2026-06-08T04:16:47.8704133Z    Compiling signature v2.2.0
2026-06-08T04:16:47.9988912Z    Compiling futures-lite v2.6.1
2026-06-08T04:16:48.0209956Z    Compiling ed25519 v2.2.3
2026-06-08T04:16:48.0908460Z    Compiling digest v0.11.3
2026-06-08T04:16:48.1381718Z    Compiling futures-buffered v0.2.13
2026-06-08T04:16:48.2448920Z    Compiling cipher v0.4.4
2026-06-08T04:16:48.3069820Z    Compiling netlink-packet-core v0.8.1
2026-06-08T04:16:48.5350057Z    Compiling universal-hash v0.5.1
2026-06-08T04:16:48.5578350Z    Compiling vergen v9.1.0
2026-06-08T04:16:48.6649239Z    Compiling vergen-lib v0.1.6
2026-06-08T04:16:48.6767667Z    Compiling heapless v0.7.17
2026-06-08T04:16:48.7179138Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-08T04:16:48.7254168Z    Compiling noq-udp v0.10.0
2026-06-08T04:16:48.7491215Z    Compiling sync_wrapper v1.0.2
2026-06-08T04:16:48.8008952Z    Compiling byteorder v1.5.0
2026-06-08T04:16:48.8497740Z    Compiling either v1.16.0
2026-06-08T04:16:48.8637289Z    Compiling opaque-debug v0.3.1
2026-06-08T04:16:48.8921405Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-08T04:16:48.9439741Z    Compiling powerfmt v0.2.0
2026-06-08T04:16:48.9989291Z    Compiling polyval v0.6.2
2026-06-08T04:16:49.0339398Z    Compiling hash32 v0.2.1
2026-06-08T04:16:49.0626082Z    Compiling parking_lot v0.12.5
2026-06-08T04:16:49.1549415Z    Compiling deranged v0.5.8
2026-06-08T04:16:49.2296850Z    Compiling spin v0.9.8
2026-06-08T04:16:49.3068651Z    Compiling vergen-gitcl v1.0.8
2026-06-08T04:16:49.4025388Z    Compiling num-conv v0.2.2
2026-06-08T04:16:49.4987653Z    Compiling time-core v0.1.8
2026-06-08T04:16:49.5328830Z    Compiling tower-layer v0.3.3
2026-06-08T04:16:49.5429268Z    Compiling num_threads v0.1.7
2026-06-08T04:16:49.5988840Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-08T04:16:49.7294054Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-08T04:16:49.7893981Z    Compiling fallible-iterator v0.3.0
2026-06-08T04:16:49.9138838Z    Compiling signature v3.0.0
2026-06-08T04:16:50.0498714Z    Compiling ghash v0.5.1
2026-06-08T04:16:50.0938786Z    Compiling ctr v0.9.2
2026-06-08T04:16:50.1078061Z    Compiling aes v0.8.4
2026-06-08T04:16:50.1728951Z    Compiling sha2 v0.11.0-rc.5
2026-06-08T04:16:50.2037637Z    Compiling http-body-util v0.1.3
2026-06-08T04:16:50.3039605Z    Compiling aead v0.5.2
2026-06-08T04:16:50.3621085Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-08T04:16:50.5443435Z    Compiling openssl-probe v0.2.1
2026-06-08T04:16:50.6829887Z    Compiling crossbeam-channel v0.5.15
2026-06-08T04:16:50.6948992Z    Compiling crossbeam-epoch v0.9.18
2026-06-08T04:16:50.7805631Z    Compiling netlink-packet-route v0.29.0
2026-06-08T04:16:50.7891264Z    Compiling uuid v1.23.2
2026-06-08T04:16:50.8611162Z    Compiling aes-gcm v0.10.3
2026-06-08T04:16:51.1073071Z    Compiling synstructure v0.13.2
2026-06-08T04:16:51.1434079Z    Compiling darling_core v0.20.11
2026-06-08T04:16:51.4008938Z    Compiling time v0.3.47
2026-06-08T04:16:51.6409322Z    Compiling proc-macro-crate v3.5.0
2026-06-08T04:16:51.7365355Z    Compiling blake3 v1.8.5
2026-06-08T04:16:51.7598726Z    Compiling memoffset v0.6.5
2026-06-08T04:16:51.8729514Z    Compiling acto v0.8.2
2026-06-08T04:16:51.9488739Z    Compiling netwatch v0.16.0
2026-06-08T04:16:52.0138806Z    Compiling noq v0.18.0
2026-06-08T04:16:52.0919669Z    Compiling ryu v1.0.23
2026-06-08T04:16:52.1090068Z    Compiling sorted-index-buffer v0.2.1
2026-06-08T04:16:52.1876750Z    Compiling tagptr v0.2.0
2026-06-08T04:16:52.2659572Z    Compiling xml-rs v0.8.28
2026-06-08T04:16:52.2759590Z    Compiling thiserror v1.0.69
2026-06-08T04:16:52.2990263Z    Compiling mac-addr v0.3.0
2026-06-08T04:16:52.3130544Z    Compiling lru-slab v0.1.2
2026-06-08T04:16:52.3957237Z    Compiling ref-cast v1.0.25
2026-06-08T04:16:52.5315988Z    Compiling allocator-api2 v0.2.21
2026-06-08T04:16:52.5458891Z    Compiling foldhash v0.2.0
2026-06-08T04:16:52.5767153Z    Compiling rustc-hash v2.1.2
2026-06-08T04:16:52.5844543Z    Compiling identity-hash v0.1.0
2026-06-08T04:16:52.7398931Z    Compiling serde_derive_internals v0.29.1
2026-06-08T04:16:52.7916863Z    Compiling netlink-packet-route v0.30.0
2026-06-08T04:16:52.8200514Z    Compiling termios v0.2.2
2026-06-08T04:16:52.8489223Z    Compiling serial-core v0.4.0
2026-06-08T04:16:53.0237231Z    Compiling ioctl-rs v0.1.6
2026-06-08T04:16:53.0478780Z    Compiling simple-dns v0.9.3
2026-06-08T04:16:53.1273385Z    Compiling constant_time_eq v0.4.2
2026-06-08T04:16:53.1619256Z    Compiling hashbrown v0.16.1
2026-06-08T04:16:53.2228792Z    Compiling simdutf8 v0.1.5
2026-06-08T04:16:53.3816375Z    Compiling rustix v1.1.4
2026-06-08T04:16:53.5035330Z    Compiling serde_derive v1.0.228
2026-06-08T04:16:53.6674246Z    Compiling zeroize_derive v1.4.3
2026-06-08T04:16:53.7798562Z    Compiling tokio-macros v2.7.0
2026-06-08T04:16:53.7846465Z    Compiling futures-macro v0.3.32
2026-06-08T04:16:53.8013994Z    Compiling zerofrom-derive v0.1.7
2026-06-08T04:16:53.8601769Z    Compiling yoke-derive v0.8.2
2026-06-08T04:16:54.1298846Z    Compiling zerovec-derive v0.11.3
2026-06-08T04:16:54.3628541Z    Compiling zeroize v1.8.2
2026-06-08T04:16:54.4808648Z    Compiling displaydoc v0.2.6
2026-06-08T04:16:54.5509658Z    Compiling tracing-attributes v0.1.31
2026-06-08T04:16:54.5829232Z    Compiling rustls-pki-types v1.14.1
2026-06-08T04:16:54.7055160Z    Compiling tokio v1.52.3
2026-06-08T04:16:54.9506235Z    Compiling futures-util v0.3.32
2026-06-08T04:16:55.2329156Z    Compiling thiserror-impl v2.0.18
2026-06-08T04:16:55.4276150Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-08T04:16:55.4478700Z    Compiling zerofrom v0.1.8
2026-06-08T04:16:55.5318909Z    Compiling darling_macro v0.20.11
2026-06-08T04:16:55.6016228Z    Compiling yoke v0.8.3
2026-06-08T04:16:55.8978435Z    Compiling zerotrie v0.2.4
2026-06-08T04:16:56.0251550Z    Compiling zerovec v0.11.6
2026-06-08T04:16:56.0326008Z    Compiling darling v0.20.11
2026-06-08T04:16:56.1157803Z    Compiling derive_more-impl v2.1.1
2026-06-08T04:16:56.1233938Z    Compiling derive_builder_core v0.20.2
2026-06-08T04:16:56.3170291Z    Compiling spez v0.1.2
2026-06-08T04:16:56.4308520Z    Compiling n0-error-macros v0.1.3
2026-06-08T04:16:56.8282948Z    Compiling der v0.8.0-rc.10
2026-06-08T04:16:57.1079791Z    Compiling tinystr v0.8.3
2026-06-08T04:16:57.3589718Z    Compiling icu_locale_core v2.2.0
2026-06-08T04:16:57.3899944Z    Compiling potential_utf v0.1.5
2026-06-08T04:16:57.5838938Z    Compiling icu_collections v2.2.0
2026-06-08T04:16:57.7639002Z    Compiling derive_builder_macro v0.20.2
2026-06-08T04:16:57.8059244Z    Compiling pin-project-internal v1.1.13
2026-06-08T04:16:57.8470032Z    Compiling n0-error v0.1.3
2026-06-08T04:16:58.1646493Z    Compiling derive_builder v0.20.2
2026-06-08T04:16:58.5558767Z    Compiling ed25519-dalek v2.2.0
2026-06-08T04:16:58.7003831Z    Compiling spki v0.8.0-rc.4
2026-06-08T04:16:59.0549429Z    Compiling icu_provider v2.2.0
2026-06-08T04:16:59.1945187Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-08T04:16:59.2161256Z    Compiling spt-proto v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-08T04:16:59.4629104Z    Compiling pin-project v1.1.13
2026-06-08T04:16:59.4828965Z    Compiling cobs v0.3.0
2026-06-08T04:16:59.5577350Z    Compiling icu_properties v2.2.0
2026-06-08T04:16:59.8222409Z    Compiling icu_normalizer v2.2.0
2026-06-08T04:17:00.0249185Z    Compiling ipnet v2.12.0
2026-06-08T04:17:00.0409231Z    Compiling futures-executor v0.3.32
2026-06-08T04:17:00.8691493Z    Compiling once_cell v1.21.4
2026-06-08T04:17:01.1830994Z    Compiling tracing-core v0.1.36
2026-06-08T04:17:01.2663663Z    Compiling derive_more v2.1.1
2026-06-08T04:17:01.3969186Z    Compiling idna_adapter v1.2.2
2026-06-08T04:17:01.5000694Z    Compiling idna v1.1.0
2026-06-08T04:17:01.5109960Z    Compiling hashbrown v0.14.5
2026-06-08T04:17:01.5198579Z    Compiling prefix-trie v0.8.4
2026-06-08T04:17:01.5240018Z    Compiling futures v0.3.32
2026-06-08T04:17:01.6112748Z    Compiling ed25519 v3.0.0-rc.4
2026-06-08T04:17:01.8550332Z    Compiling rustls-webpki v0.103.13
2026-06-08T04:17:01.8839972Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-08T04:17:02.2299172Z    Compiling tracing v0.1.44
2026-06-08T04:17:02.3759733Z    Compiling url v2.5.8
2026-06-08T04:17:02.3897650Z    Compiling postcard-derive v0.2.2
2026-06-08T04:17:02.6398483Z    Compiling hashlink v0.9.1
2026-06-08T04:17:02.8808844Z    Compiling tokio-util v0.7.18
2026-06-08T04:17:02.9164186Z    Compiling netlink-sys v0.8.8
2026-06-08T04:17:03.1250761Z    Compiling postcard v1.1.3
2026-06-08T04:17:03.2260025Z    Compiling tower v0.5.3
2026-06-08T04:17:03.2568580Z    Compiling data-encoding-macro v0.1.20
2026-06-08T04:17:03.5428447Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-08T04:17:03.6288385Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-08T04:17:03.7795853Z    Compiling rustls-native-certs v0.8.4
2026-06-08T04:17:04.1943820Z    Compiling h2 v0.4.14
2026-06-08T04:17:04.3788914Z    Compiling async-trait v0.1.89
2026-06-08T04:17:04.4386543Z    Compiling strum_macros v0.28.0
2026-06-08T04:17:04.9455057Z    Compiling num_enum_derive v0.7.6
2026-06-08T04:17:04.9639023Z    Compiling iroh-metrics-derive v0.4.1
2026-06-08T04:17:05.5318658Z    Compiling enum-assoc v1.3.0
2026-06-08T04:17:05.7705115Z    Compiling iroh-metrics v0.38.3
2026-06-08T04:17:05.8778367Z    Compiling n0-watcher v0.6.1
2026-06-08T04:17:06.2256092Z    Compiling iroh-relay v0.98.0
2026-06-08T04:17:06.2808982Z    Compiling num_enum v0.7.6
2026-06-08T04:17:06.3899481Z    Compiling tokio-stream v0.1.18
2026-06-08T04:17:06.4009922Z    Compiling tower-http v0.6.11
2026-06-08T04:17:06.5377124Z    Compiling iroh-base v0.98.0
2026-06-08T04:17:06.5465338Z    Compiling attohttpc v0.30.1
2026-06-08T04:17:06.5654262Z    Compiling netlink-proto v0.12.0
2026-06-08T04:17:06.8339432Z    Compiling netdev v0.42.0
2026-06-08T04:17:06.9238967Z    Compiling moka v0.12.15
2026-06-08T04:17:07.0658969Z    Compiling toml_datetime v0.6.11
2026-06-08T04:17:07.2419546Z    Compiling serde_spanned v0.6.9
2026-06-08T04:17:07.3822171Z    Compiling xmltree v0.10.3
2026-06-08T04:17:07.3930368Z    Compiling thiserror-impl v1.0.69
2026-06-08T04:17:07.6229255Z    Compiling ref-cast-impl v1.0.25
2026-06-08T04:17:07.7938015Z    Compiling resolv-conf v0.7.6
2026-06-08T04:17:08.0389075Z    Compiling strum v0.28.0
2026-06-08T04:17:08.1690719Z    Compiling winnow v0.7.15
2026-06-08T04:17:08.1899126Z    Compiling arrayref v0.3.9
2026-06-08T04:17:08.2590173Z    Compiling smol_str v0.1.24
2026-06-08T04:17:08.3438388Z    Compiling arrayvec v0.7.6
2026-06-08T04:17:08.3600422Z    Compiling toml_write v0.1.2
2026-06-08T04:17:08.6589450Z    Compiling sha1_smol v1.0.1
2026-06-08T04:17:08.9313480Z    Compiling iroh-dns v0.98.0
2026-06-08T04:17:09.4189716Z    Compiling webpki-roots v1.0.7
2026-06-08T04:17:09.5879385Z    Compiling lru v0.16.4
2026-06-08T04:17:09.6131563Z    Compiling schemars_derive v1.2.1
2026-06-08T04:17:09.8704471Z    Compiling serial-unix v0.4.0
2026-06-08T04:17:10.0015570Z    Compiling tokio-rustls v0.26.4
2026-06-08T04:17:10.0353194Z    Compiling rustls-platform-verifier v0.7.0
2026-06-08T04:17:10.2008396Z    Compiling noq-proto v0.17.0
2026-06-08T04:17:10.5669973Z    Compiling tokio-websockets v0.13.2
2026-06-08T04:17:10.6115136Z    Compiling serde_bytes v0.11.19
2026-06-08T04:17:10.9675277Z    Compiling seize v0.5.1
2026-06-08T04:17:11.0009160Z    Compiling hmac v0.12.1
2026-06-08T04:17:11.3164193Z    Compiling aho-corasick v1.1.4
2026-06-08T04:17:11.6490204Z    Compiling toml_edit v0.22.27
2026-06-08T04:17:11.8239855Z    Compiling iroh v0.98.2
2026-06-08T04:17:12.0739543Z    Compiling utf8parse v0.2.2
2026-06-08T04:17:12.0988803Z    Compiling regex-syntax v0.8.10
2026-06-08T04:17:12.2009040Z    Compiling linux-raw-sys v0.12.1
2026-06-08T04:17:12.2979039Z    Compiling bitflags v1.3.2
2026-06-08T04:17:12.4019376Z    Compiling pin-utils v0.1.0
2026-06-08T04:17:12.4860010Z    Compiling cmov v0.5.4
2026-06-08T04:17:12.7919284Z    Compiling dyn-clone v1.0.20
2026-06-08T04:17:12.8308948Z    Compiling ctutils v0.4.2
2026-06-08T04:17:12.9388929Z    Compiling schemars v1.2.1
2026-06-08T04:17:13.2279236Z    Compiling hyper v1.10.1
2026-06-08T04:17:13.2559354Z    Compiling hickory-net v0.26.0-beta.4
2026-06-08T04:17:15.2778115Z    Compiling nix v0.25.1
2026-06-08T04:17:15.7569699Z    Compiling toml v0.8.23
2026-06-08T04:17:19.1059779Z    Compiling hyper-util v0.1.20
2026-06-08T04:17:20.1749596Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-08T04:17:20.2719658Z    Compiling regex-automata v0.4.14
2026-06-08T04:17:20.9717628Z    Compiling anstyle-parse v1.0.0
2026-06-08T04:17:21.4098891Z    Compiling papaya v0.2.4
2026-06-08T04:17:21.5679227Z    Compiling hkdf v0.12.4
2026-06-08T04:17:21.7609332Z    Compiling serial v0.4.0
2026-06-08T04:17:21.8399400Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-08T04:17:22.0937756Z    Compiling filedescriptor v0.8.3
2026-06-08T04:17:22.1028742Z    Compiling backon v1.6.0
2026-06-08T04:17:22.2789027Z    Compiling hyper-rustls v0.27.9
2026-06-08T04:17:22.4456413Z    Compiling igd-next v0.17.1
2026-06-08T04:17:22.4719707Z    Compiling downcast-rs v1.2.1
2026-06-08T04:17:22.5469077Z    Compiling shell-words v1.1.1
2026-06-08T04:17:22.5582037Z    Compiling is_terminal_polyfill v1.70.2
2026-06-08T04:17:22.6489713Z    Compiling reqwest v0.13.4
2026-06-08T04:17:22.7669967Z    Compiling anstyle-query v1.1.5
2026-06-08T04:17:22.8613334Z    Compiling colorchoice v1.0.5
2026-06-08T04:17:22.8827414Z    Compiling anstyle v1.0.14
2026-06-08T04:17:23.0039679Z    Compiling portable-pty v0.8.1
2026-06-08T04:17:23.3113745Z    Compiling anstream v1.0.0
2026-06-08T04:17:23.4765903Z    Compiling spake2 v0.4.0
2026-06-08T04:17:24.0296216Z    Compiling terminal_size v0.4.4
2026-06-08T04:17:24.1339782Z    Compiling sha1 v0.10.6
2026-06-08T04:17:24.2349437Z    Compiling doctest-file v1.1.1
2026-06-08T04:17:24.2737524Z    Compiling portmapper v0.16.0
2026-06-08T04:17:24.4295183Z    Compiling clap_lex v1.1.0
2026-06-08T04:17:24.8505249Z    Compiling interprocess v2.4.2
2026-06-08T04:17:24.9338968Z    Compiling clap_derive v4.6.1
2026-06-08T04:17:24.9938393Z    Compiling iana-time-zone v0.1.65
2026-06-08T04:17:25.8589068Z    Compiling regex v1.12.3
2026-06-08T04:17:26.2908712Z    Compiling clap_builder v4.6.0
2026-06-08T04:17:26.3812771Z    Compiling chrono v0.4.45
2026-06-08T04:17:26.8478538Z    Compiling qrcode v0.14.1
2026-06-08T04:17:30.9856766Z    Compiling clap v4.6.1
2026-06-08T04:17:59.9995009Z    Compiling rusqlite v0.32.1
2026-06-08T04:18:00.5640910Z    Compiling spt-store v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-08T04:18:01.5732550Z    Compiling spt-msg v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-08T04:18:01.7309075Z    Compiling spt-runtime v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-08T04:18:01.7311351Z    Compiling spt-term v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-08T04:18:01.7312354Z    Compiling spt-net v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-08T04:18:03.4336744Z    Compiling spt-live v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-08T04:18:04.3921650Z    Compiling spt-daemon v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-08T04:18:14.6732721Z    Compiling spt v0.2.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-08T04:18:19.9802107Z     Finished `release` profile [optimized] target(s) in 1m 36s
2026-06-08T04:18:20.0215047Z ##[group]Run mkdir -p dist
2026-06-08T04:18:20.0215348Z [36;1mmkdir -p dist[0m
2026-06-08T04:18:20.0215619Z [36;1mcp "target/release/spt" "dist/spt-x86_64-linux"[0m
2026-06-08T04:18:20.0228734Z shell: /usr/bin/bash -e {0}
2026-06-08T04:18:20.0228988Z ##[endgroup]
2026-06-08T04:18:20.0561410Z ##[group]Run actions/upload-artifact@v4
2026-06-08T04:18:20.0561696Z with:
2026-06-08T04:18:20.0561881Z   name: spt-x86_64-linux
2026-06-08T04:18:20.0562102Z   path: dist/spt-x86_64-linux
2026-06-08T04:18:20.0562318Z   if-no-files-found: error
2026-06-08T04:18:20.0562526Z   compression-level: 6
2026-06-08T04:18:20.0562718Z   overwrite: false
2026-06-08T04:18:20.0562917Z   include-hidden-files: false
2026-06-08T04:18:20.0563137Z ##[endgroup]
2026-06-08T04:18:20.3339674Z With the provided path, there will be 1 file uploaded
2026-06-08T04:18:20.3344472Z Artifact name is valid!
2026-06-08T04:18:20.3345566Z Root directory input is valid!
2026-06-08T04:18:20.6828449Z Beginning upload of artifact content to blob storage
2026-06-08T04:18:24.5146375Z Uploaded bytes 8388608
2026-06-08T04:18:25.0341166Z Uploaded bytes 11896784
2026-06-08T04:18:25.1134293Z Finished uploading artifact content to blob storage!
2026-06-08T04:18:25.1138007Z SHA256 digest of uploaded artifact zip is a0a755524739c2c6c2eaf76f600c4aeea6b584778b6ea62bf28fba02777e426b
2026-06-08T04:18:25.1139877Z Finalizing artifact upload
2026-06-08T04:18:25.3078437Z Artifact spt-x86_64-linux.zip successfully finalized. Artifact ID 7471539712
2026-06-08T04:18:25.3079386Z Artifact spt-x86_64-linux has been successfully uploaded! Final size is 11896784 bytes. Artifact ID is 7471539712
2026-06-08T04:18:25.3088318Z Artifact download URL: https://github.com/SaberMage/spt-core/actions/runs/27115672912/artifacts/7471539712
2026-06-08T04:18:25.3305513Z Post job cleanup.
2026-06-08T04:18:25.4059165Z [command]/usr/bin/git version
2026-06-08T04:18:25.4094093Z git version 2.43.0
2026-06-08T04:18:25.4124135Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/de97347c-53ce-4e55-8bb1-bd4ed870b167' before making global git config changes
2026-06-08T04:18:25.4124797Z Adding repository directory to the temporary git global config as a safe directory
2026-06-08T04:18:25.4127685Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-08T04:18:25.4156683Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-08T04:18:25.4183162Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-08T04:18:25.4389124Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-08T04:18:25.4410930Z http.https://github.com/.extraheader
2026-06-08T04:18:25.4417885Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-08T04:18:25.4443669Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-08T04:18:25.4631831Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-08T04:18:25.4660596Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-08T04:18:25.4985166Z Cleaning up orphan processes
2026-06-08T04:18:25.5591651Z ##[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
